Method: saveLocalUser

Create or update a user in the local user database.

Parameters

Name Type Description
propString string

The properties string used to create/update the user, string is in the following format:
loginId=value1,domainName=value2,description
=value3,enabled=true,password=value4
propString

string
The user requesting the operation

Returns

The operation returns an integer error code.

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACWebService/saveLocalUser?propString=loginId=jdoe,domainName=Default,description=Sample-User,enabled=true,password=mysuperduperpassword